Home
last modified time | relevance | path

Searched defs:info_type (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc754 uint16_t info_type; in process_l2cap_cmd() local
771 uint16_t info_type, result; in process_l2cap_cmd() local
Dl2c_utils.cc1016 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req()
1055 uint16_t info_type) { in l2cu_send_peer_info_rsp()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto134 optional InfoType info_type = 6; field
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py415 def InformationRequestWithType(info_type): argument
663 def _information_request_with_type(packet, info_type): argument
673 def _information_response_with_type(packet, info_type): argument
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc252 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req()
256 uint16_t info_type) { in l2cu_send_peer_info_rsp()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc934 auto info_type = command_just_sent_.info_type_; in handle_send_next_command() local