/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 201 tBTM_STATUS rt; in btm_ble_enable_multi_adv() local 212 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF, in btm_ble_enable_multi_adv() 219 return rt; in btm_ble_enable_multi_adv() 256 tBTM_STATUS rt; in btm_ble_multi_adv_set_params() local 305 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF, in btm_ble_multi_adv_set_params() 322 return rt; in btm_ble_multi_adv_set_params() 340 tBTM_STATUS rt; in btm_ble_multi_adv_write_rpa() local 352 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF, in btm_ble_multi_adv_write_rpa() 364 return rt; in btm_ble_multi_adv_write_rpa() 527 tBTM_STATUS rt = BTM_NO_RESOURCES; in BTM_BleEnableAdvInstance() local [all …]
|
D | btm_ble_bgconn.c | 229 BOOLEAN rt = TRUE; in btm_execute_wl_dev_operation() local 231 for (i = 0; i < BTM_BLE_MAX_BG_CONN_DEV_NUM && rt; i ++, p_dev_op ++) { in btm_execute_wl_dev_operation() 233 … rt = btm_add_dev_to_controller(p_dev_op->to_add, p_dev_op->bd_addr, p_dev_op->addr_type); in btm_execute_wl_dev_operation() 239 return rt; in btm_execute_wl_dev_operation() 825 BOOLEAN rt = FALSE; in btm_send_pending_direct_conn() local 829 rt = l2cble_init_direct_conn((tL2C_LCB *)(p_req->p_param)); in btm_send_pending_direct_conn() 834 return rt; in btm_send_pending_direct_conn()
|
D | btm_ble_gap.c | 3130 UINT8 *p_flag, flag = 0, rt = 0; in btm_ble_is_discoverable() local 3139 rt |= BTM_BLE_OBS_RESULT; in btm_ble_is_discoverable() 3143 rt |= BTM_BLE_DISCO_RESULT; in btm_ble_is_discoverable() 3148 rt |= BTM_BLE_SEL_CONN_RESULT; in btm_ble_is_discoverable() 3155 return rt; in btm_ble_is_discoverable() 3166 rt |= BTM_BLE_INQ_RESULT; in btm_ble_is_discoverable() 3172 rt |= BTM_BLE_INQ_RESULT; in btm_ble_is_discoverable() 3176 return rt; in btm_ble_is_discoverable() 4007 BOOLEAN rt = FALSE; in btm_ble_adv_states_operation() local 4011 rt = (*p_handler)(BTM_BLE_STATE_CONN_ADV_BIT); in btm_ble_adv_states_operation() [all …]
|
D | btm_ble_privacy.c | 744 BOOLEAN rt = FALSE; in btm_ble_resolving_list_load_dev() local 787 rt = btsnd_hcic_ble_add_device_resolving_list(p_dev_rec->ble.static_addr_type, in btm_ble_resolving_list_load_dev() 812 rt = TRUE; in btm_ble_resolving_list_load_dev() 816 if (rt) { in btm_ble_resolving_list_load_dev() 832 rt = TRUE; in btm_ble_resolving_list_load_dev() 838 return rt; in btm_ble_resolving_list_load_dev()
|
D | btm_ble_addr.c | 297 BOOLEAN rt = FALSE; in btm_ble_addr_resolvable() local 300 return rt; in btm_ble_addr_resolvable() 323 rt = TRUE; in btm_ble_addr_resolvable() 327 return rt; in btm_ble_addr_resolvable()
|
D | btm_ble.c | 1653 tBTM_STATUS rt = BTM_NO_RESOURCES; in btm_ble_start_encrypt() local 1671 rt = BTM_CMD_STARTED; in btm_ble_start_encrypt() 1676 rt = BTM_CMD_STARTED; in btm_ble_start_encrypt() 1681 if (rt == BTM_CMD_STARTED) { in btm_ble_start_encrypt() 1687 return rt; in btm_ble_start_encrypt()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_cl.c | 139 UINT8 rt = GATT_INTERNAL_ERROR; in gatt_act_read() local 208 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, op_code, &msg); in gatt_act_read() 211 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)) { in gatt_act_read() 212 gatt_end_operation(p_clcb, rt, NULL); in gatt_act_read() 228 UINT8 rt = GATT_SUCCESS, op_code = 0; in gatt_act_write() local 237 rt = gatt_send_write_msg(p_tcb, in gatt_act_write() 250 rt = gatt_send_write_msg(p_tcb, in gatt_act_write() 267 rt = GATT_INTERNAL_ERROR; in gatt_act_write() 272 rt = GATT_INTERNAL_ERROR; in gatt_act_write() 275 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED) in gatt_act_write() [all …]
|
D | gatt_db.c | 1537 BOOLEAN rt = FALSE; in gatts_db_add_service_declaration() local 1560 rt = TRUE; in gatts_db_add_service_declaration() 1564 return rt; in gatts_db_add_service_declaration()
|
D | gatt_utils.c | 2884 BOOLEAN rt = TRUE; in gatt_update_listen_mode() local 2899 if (rt) { in gatt_update_listen_mode() 2913 return rt; in gatt_update_listen_mode()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_main.c | 276 BOOLEAN rt = TRUE; in bta_gattc_sm_execute() local 303 rt = FALSE; in bta_gattc_sm_execute() 318 return rt; in bta_gattc_sm_execute() 336 BOOLEAN rt = TRUE; in bta_gattc_hdl_event() local 410 rt = bta_gattc_sm_execute(p_clcb, p_msg->event, (tBTA_GATTC_DATA *) p_msg); in bta_gattc_hdl_event() 419 return rt; in bta_gattc_hdl_event()
|
/hal_espressif-3.7.0/components/bt/porting/npl/freertos/src/ |
D | npl_os_freertos.c | 824 ble_npl_time_t rt; in npl_freertos_callout_remaining_ticks() local 853 rt = exp - now; in npl_freertos_callout_remaining_ticks() 855 rt = 0; in npl_freertos_callout_remaining_ticks() 858 return rt; in npl_freertos_callout_remaining_ticks()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 1056 BOOLEAN rt = FALSE; in l2cble_create_conn() local 1060 rt = l2cble_init_direct_conn(p_lcb); in l2cble_create_conn() 1070 rt = TRUE; in l2cble_create_conn() 1072 return rt; in l2cble_create_conn()
|