Home
last modified time | relevance | path

Searched refs:p_context (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc3570 rc_vendor_context_t* p_context) { in vendor_cmd_timeout_handler() argument
3580 dump_rc_pdu(p_context->pdu_id), dump_rc_notification_event_id(p_context->event_id)); in vendor_cmd_timeout_handler()
3582 switch (p_context->pdu_id) { in vendor_cmd_timeout_handler()
3584 rc_notification_interim_timeout(p_dev, p_context->event_id); in vendor_cmd_timeout_handler()
3637 log::warn("timeout for unknown pdu_id={}", p_context->pdu_id); in vendor_cmd_timeout_handler()
3651 rc_browse_context_t* p_context) { in browse_cmd_timeout_handler() argument
3669 dump_rc_pdu(p_context->pdu_id)); in browse_cmd_timeout_handler()
3671 switch (p_context->pdu_id) { in browse_cmd_timeout_handler()
3689 log::warn("timeout for unknown pdu_id={}", p_context->pdu_id); in browse_cmd_timeout_handler()
3703 rc_passthru_context_t* p_context) { in passthru_cmd_timeout_handler() argument
[all …]