Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.cc785 uint16_t info_type; in process_l2cap_cmd() local
802 uint16_t info_type, result; in process_l2cap_cmd() local
Dl2c_utils.cc1013 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req()
1052 uint16_t info_type) { in l2cu_send_peer_info_rsp()
/system/bt/gd/cert/
Dmatchers.py392 def InformationRequestWithType(info_type): argument
640 def _information_request_with_type(packet, info_type): argument
650 def _information_response_with_type(packet, info_type): argument
/system/bt/test/mock/
Dmock_stack_l2cap_utils.cc265 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req()
269 uint16_t info_type) { in l2cu_send_peer_info_rsp()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc934 auto info_type = command_just_sent_.info_type_; in handle_send_next_command() local