Searched refs:p_data_size (Results 1 – 2 of 2) sorted by relevance
455 tBTA_JV_STATUS BTA_JvL2capReady(uint32_t handle, uint32_t* p_data_size) { in BTA_JvL2capReady() argument459 if (p_data_size && handle < BTA_JV_MAX_L2C_CONN && in BTA_JvL2capReady()461 *p_data_size = 0; in BTA_JvL2capReady()462 if (BT_PASS == GAP_GetRxQueueCnt((uint16_t)handle, p_data_size)) { in BTA_JvL2capReady()
656 tBTA_JV_STATUS BTA_JvL2capReady(uint32_t handle, uint32_t* p_data_size);