Searched refs:sub_code (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_batchscan.c | 143 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode | (cb_evt << 4)); in btm_ble_batchscan_enq_op_q() 147 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx], in btm_ble_batchscan_enq_op_q() 288 *p_cb_evt = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] >> 4); in btm_ble_batchscan_deq_op_q() 289 *p_opcode = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] in btm_ble_batchscan_deq_op_q()
|
D | btm_ble_multi_adv.c | 636 UINT8 sub_code = (is_scan_rsp) ? in BTM_BleCfgAdvInstData() local 659 UINT8_TO_STREAM(pp, sub_code); in BTM_BleCfgAdvInstData() 670 btm_ble_multi_adv_enq_op_q(sub_code, inst_id, BTM_BLE_MULTI_ADV_DATA_EVT); in BTM_BleCfgAdvInstData()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1989 int bt_mesh_update_exceptional_list(uint8_t sub_code, uint32_t type, void *info) in bt_mesh_update_exceptional_list() argument 1994 if ((sub_code > BLE_MESH_EXCEP_LIST_SUB_CODE_CLEAN) || in bt_mesh_update_exceptional_list() 1995 (sub_code < BLE_MESH_EXCEP_LIST_SUB_CODE_CLEAN && in bt_mesh_update_exceptional_list() 1997 (sub_code == BLE_MESH_EXCEP_LIST_SUB_CODE_CLEAN && in bt_mesh_update_exceptional_list() 2021 BT_DBG("%s exceptional list, type 0x%08x", sub_code ? "Remove" : "Add", type); in bt_mesh_update_exceptional_list() 2024 rc = ble_gap_duplicate_exception_list(sub_code, type, value, NULL); in bt_mesh_update_exceptional_list()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 2004 int bt_mesh_update_exceptional_list(uint8_t sub_code, uint32_t type, void *info) in bt_mesh_update_exceptional_list() argument 2008 if ((sub_code > BLE_MESH_EXCEP_LIST_SUB_CODE_CLEAN) || in bt_mesh_update_exceptional_list() 2009 (sub_code < BLE_MESH_EXCEP_LIST_SUB_CODE_CLEAN && in bt_mesh_update_exceptional_list() 2011 (sub_code == BLE_MESH_EXCEP_LIST_SUB_CODE_CLEAN && in bt_mesh_update_exceptional_list() 2035 BT_DBG("%s exceptional list, type 0x%08x", sub_code ? "Remove" : "Add", type); in bt_mesh_update_exceptional_list() 2038 BLE_MESH_BTM_CHECK_STATUS(BTM_UpdateBleDuplicateExceptionalList(sub_code, type, value, NULL)); in bt_mesh_update_exceptional_list()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 801 int bt_mesh_update_exceptional_list(uint8_t sub_code, uint32_t type, void *info);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 565 UINT8 sub_code[BTM_BLE_BATCH_SCAN_MAX]; member
|