Searched refs:info_type (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_main.cc | 762 uint16_t info_type; in process_l2cap_cmd() local 767 STREAM_TO_UINT16(info_type, p); in process_l2cap_cmd() 768 l2cu_send_peer_info_rsp(p_lcb, id, info_type); in process_l2cap_cmd() 779 uint16_t info_type, result; in process_l2cap_cmd() local 784 STREAM_TO_UINT16(info_type, p); in process_l2cap_cmd() 787 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in process_l2cap_cmd() 803 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) { in process_l2cap_cmd()
|
D | l2c_utils.cc | 1011 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req() argument 1025 log::verbose("l2cu_send_peer_info_req: type 0x{:04x}", info_type); in l2cu_send_peer_info_req() 1030 UINT16_TO_STREAM(p, info_type); in l2cu_send_peer_info_req() 1050 uint16_t info_type) { in l2cu_send_peer_info_rsp() argument 1056 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in l2cu_send_peer_info_rsp() 1063 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in l2cu_send_peer_info_rsp() 1071 } else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) { in l2cu_send_peer_info_rsp() 1073 } else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) { in l2cu_send_peer_info_rsp() 1086 UINT16_TO_STREAM(p, info_type); in l2cu_send_peer_info_rsp() 1089 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in l2cu_send_peer_info_rsp() [all …]
|
D | l2c_int.h | 743 void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t id, uint16_t info_type); 746 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type);
|
/packages/modules/Bluetooth/floss/hcidoc/packets/ |
D | l2cap_packets.pdl | 332 info_type : InformationRequestInfoType, 341 info_type : InformationRequestInfoType, 346 packet InformationResponseConnectionlessMtu : InformationResponse (info_type = CONNECTIONLESS_MTU) { 350 packet InformationResponseExtendedFeatures : InformationResponse (info_type = EXTENDED_FEATURES_SUP… 366 packet InformationResponseFixedChannels : InformationResponse (info_type = FIXED_CHANNELS_SUPPORTED…
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 435 info_type : InformationRequestInfoType, 444 info_type : InformationRequestInfoType, 449 packet InformationResponseConnectionlessMtu : InformationResponse (info_type = CONNECTIONLESS_MTU) { 453 packet InformationResponseExtendedFeatures : InformationResponse (info_type = EXTENDED_FEATURES_SUP… 469 packet InformationResponseFixedChannels : InformationResponse (info_type = FIXED_CHANNELS_SUPPORTED…
|
/packages/modules/adb/pairing_connection/ |
D | pairing_server.cpp | 367 auto [fd, info_type, public_key] = std::move(*p); in ConnectionEventsWorker() 375 info.type = info_type; in ConnectionEventsWorker()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | phone_lookup_info.proto | 134 optional InfoType info_type = 6; field
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 957 auto info_type = command_just_sent_.info_type_; in handle_send_next_command() local 983 auto builder = InformationRequestBuilder::Create(signal_id.Value(), info_type); in handle_send_next_command()
|