Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.cc195 btif_rc_cmd_ctxt_t rc_pdu_info[MAX_CMD_QUEUE_LEN]; member
413 p_dev->rc_pdu_info[i].ctype = 0; in initialize_device()
414 p_dev->rc_pdu_info[i].label = 0; in initialize_device()
415 p_dev->rc_pdu_info[i].is_rsp_pending = false; in initialize_device()
494 p_dev->rc_pdu_info[index].ctype = ctype; in fill_pdu_queue()
495 p_dev->rc_pdu_info[index].label = label; in fill_pdu_queue()
496 p_dev->rc_pdu_info[index].is_rsp_pending = pending; in fill_pdu_queue()
1330 if (index >= 0 && !p_dev->rc_pdu_info[index].is_rsp_pending) { in send_metamsg_rsp()
1392 p_dev->rc_pdu_info[index].ctype = 0; in send_metamsg_rsp()
1393 p_dev->rc_pdu_info[index].label = 0; in send_metamsg_rsp()
[all …]
/system/bt/btif/test/
Dbtif_rc_test.cc122 .rc_pdu_info[IDX_GET_ELEMENT_ATTR_RSP] in TEST_F()