Searched refs:command_id (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | cmd_utils.py | 206 command_id = next(_command_serial_number) 207 prefix = '[%04d] ' % command_id 226 ps.command_id = command_id
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_at.h | 53 size_t command_id; /* passed to the callback on p_cmd match */ member 62 typedef void(tBTA_AG_AT_CMD_CBACK)(tBTA_AG_SCB* p_user, uint16_t command_id,
|
D | bta_ag_at.cc | 144 if (p_cb->p_at_tbl[idx].command_id == BTA_AG_LOCAL_EVT_BRSF) { in bta_ag_process_at() 170 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at() 175 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg, in bta_ag_process_at()
|
D | bta_ag_cmd.cc | 597 void bta_ag_at_hsp_cback(tBTA_AG_SCB* p_scb, uint16_t command_id, in bta_ag_at_hsp_cback() argument 600 log::verbose("AT cmd:{} arg_type:{} arg:{} arg:{}", command_id, arg_type, in bta_ag_at_hsp_cback() 618 if (command_id & 0xff00) { in bta_ag_at_hsp_cback() 621 tBTA_AG_EVT event = static_cast<tBTA_AG_EVT>(command_id); in bta_ag_at_hsp_cback()
|