Searched refs:p_event (Results 1 – 10 of 10) sorted by relevance
/system/bt/test/mock/ |
D | mock_btif_bqr.cc | 31 void DumpLmpLlMessage(uint8_t length, uint8_t* p_event) { in DumpLmpLlMessage() argument 35 void DumpBtScheduling(uint8_t length, uint8_t* p_event) { in DumpBtScheduling() argument
|
D | mock_stack_btu_hcif.cc | 61 void btu_hcif_log_event_metrics(uint8_t evt_code, uint8_t* p_event) { in btu_hcif_log_event_metrics() argument
|
D | mock_stack_btm_sec.cc | 279 void btm_sec_link_key_request(uint8_t* p_event) { in btm_sec_link_key_request() argument 282 void btm_sec_pin_code_request(uint8_t* p_event) { in btm_sec_pin_code_request() argument
|
/system/bt/stack/include/ |
D | sec_hci_link_interface.h | 43 void btm_sec_link_key_request(uint8_t* p_event); 44 void btm_sec_pin_code_request(uint8_t* p_event);
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 104 void btu_hcif_log_event_metrics(uint8_t evt_code, uint8_t* p_event) { in btu_hcif_log_event_metrics() argument 122 STREAM_TO_BDADDR(bda, p_event); in btu_hcif_log_event_metrics() 128 STREAM_TO_UINT8(status, p_event); in btu_hcif_log_event_metrics() 129 STREAM_TO_BDADDR(bda, p_event); in btu_hcif_log_event_metrics() 134 STREAM_TO_UINT8(status, p_event); in btu_hcif_log_event_metrics() 135 STREAM_TO_UINT16(handle, p_event); in btu_hcif_log_event_metrics() 142 STREAM_TO_UINT8(status, p_event); in btu_hcif_log_event_metrics() 143 STREAM_TO_UINT16(handle, p_event); in btu_hcif_log_event_metrics() 144 STREAM_TO_UINT8(encryption_enabled, p_event); in btu_hcif_log_event_metrics() 151 STREAM_TO_UINT8(status, p_event); in btu_hcif_log_event_metrics() [all …]
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 511 std::unique_ptr<BqrVseSubEvt> p_event(kpBqrEventQueue->Dequeue()); in DebugDump() local 513 bool warning = (p_event->bqr_link_quality_event_.rssi < kCriWarnRssi || in DebugDump() 514 p_event->bqr_link_quality_event_.unused_afh_channel_count > in DebugDump() 518 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump() 521 p_event->ToString().c_str()); in DebugDump()
|
D | btif_rc.cc | 278 static void register_for_event_notification(btif_rc_supported_event_t* p_event, 2781 btif_rc_supported_event_t* p_event = (btif_rc_supported_event_t*)data; in iterate_supported_event_list_for_interim_rsp() local 2785 if (p_event->event_id == *p_event_id) { in iterate_supported_event_list_for_interim_rsp() 2786 p_event->status = eINTERIM; in iterate_supported_event_list_for_interim_rsp() 2808 btif_rc_supported_event_t* p_event = (btif_rc_supported_event_t*)data; in iterate_supported_event_list_for_timeout() local 2810 if (p_event->label == label) { in iterate_supported_event_list_for_timeout() 2811 list_remove(p_dev->rc_supported_event_list, p_event); in iterate_supported_event_list_for_timeout() 2848 btif_rc_supported_event_t* p_event; in rc_notification_interim_timout() local 2850 p_event = (btif_rc_supported_event_t*)list_node(node); in rc_notification_interim_timout() 2851 if ((p_event != NULL) && (p_event->status == eNOT_REGISTERED)) { in rc_notification_interim_timout() [all …]
|
/system/bt/stack/btm/ |
D | btm_sec.h | 668 void btm_sec_link_key_request(uint8_t* p_event); 679 void btm_sec_pin_code_request(uint8_t* p_event);
|
D | btm_sec.cc | 3926 void btm_sec_link_key_request(uint8_t* p_event) { in btm_sec_link_key_request() argument 3929 STREAM_TO_BDADDR(bda, p_event); in btm_sec_link_key_request() 4073 void btm_sec_pin_code_request(uint8_t* p_event) { in btm_sec_pin_code_request() argument 4078 STREAM_TO_BDADDR(p_bda, p_event); in btm_sec_pin_code_request()
|
/system/bt/bta/pan/ |
D | bta_pan_act.cc | 199 BT_HDR_RIGID* p_event = (BT_HDR_RIGID*)osi_malloc(sizeof(BT_HDR_RIGID)); in bta_pan_data_buf_ind_cback() local 200 p_event->layer_specific = handle; in bta_pan_data_buf_ind_cback() 201 p_event->event = BTA_PAN_RX_FROM_BNEP_READY_EVT; in bta_pan_data_buf_ind_cback() 202 bta_sys_sendmsg(p_event); in bta_pan_data_buf_ind_cback()
|