Searched refs:hci_evt_len (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/btu/ |
D | btu_hcif.cc | 155 uint8_t hci_evt_code, hci_evt_len; in btu_hcif_process_event() local 158 STREAM_TO_UINT8(hci_evt_len, p); in btu_hcif_process_event() 186 btu_hcif_rmt_name_request_comp_evt(p, hci_evt_len); in btu_hcif_process_event() 198 btu_hcif_read_rmt_ext_features_comp_evt(p, hci_evt_len); in btu_hcif_process_event() 274 btu_hcif_ssr_evt(p, hci_evt_len); in btu_hcif_process_event() 316 uint8_t ble_evt_len = hci_evt_len - 1; in btu_hcif_process_event() 323 btu_ble_ll_conn_complete_evt(p, hci_evt_len); in btu_hcif_process_event() 326 btu_ble_ll_conn_param_upd_evt(p, hci_evt_len); in btu_hcif_process_event() 336 btu_ble_proc_enhanced_conn_cmpl(p, hci_evt_len); in btu_hcif_process_event() 345 btu_ble_data_length_change_evt(p, hci_evt_len); in btu_hcif_process_event() [all …]
|
/system/bt/stack/btm/ |
D | btm_sec.cc | 5841 void btm_sec_auth_payload_tout(uint8_t* p, uint16_t hci_evt_len) { in btm_sec_auth_payload_tout() argument
|