Searched refs:BTC_PID_GAP_BLE (Results 1 – 5 of 5) sorted by relevance
22 return (btc_profile_cb_set(BTC_PID_GAP_BLE, callback) == 0 ? ESP_OK : ESP_FAIL); in esp_ble_gap_register_callback()27 return (esp_gap_ble_cb_t) btc_profile_cb_get(BTC_PID_GAP_BLE); in esp_ble_gap_get_callback()47 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_config_adv_data()68 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_set_scan_params()83 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_start_scanning()98 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_stop_scanning()111 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_start_advertising()125 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_stop_advertising()138 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_clear_advertising()163 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_update_conn_params()[all …]
68 esp_gap_ble_cb_t btc_gap_ble_cb = (esp_gap_ble_cb_t)btc_profile_cb_get(BTC_PID_GAP_BLE); in btc_gap_ble_cb_to_app()83 msg.pid = BTC_PID_GAP_BLE; in btc_gap_ble_get_dev_name_callback()340 msg.pid = BTC_PID_GAP_BLE; in btc_adv_data_callback()359 msg.pid = BTC_PID_GAP_BLE; in btc_scan_rsp_data_callback()378 msg.pid = BTC_PID_GAP_BLE; in btc_adv_data_raw_callback()397 msg.pid = BTC_PID_GAP_BLE; in btc_scan_rsp_data_raw_callback()442 msg.pid = BTC_PID_GAP_BLE; in btc_start_adv_callback()461 msg.pid = BTC_PID_GAP_BLE; in btc_stop_adv_callback()480 msg.pid = BTC_PID_GAP_BLE; in btc_clear_adv_callback()499 msg.pid = BTC_PID_GAP_BLE; in btc_update_duplicate_exceptional_list_callback()[all …]
45 BTC_PID_GAP_BLE, enumerator
102 [BTC_PID_GAP_BLE] = {btc_gap_ble_call_handler, btc_gap_ble_cb_handler },104 [BTC_PID_GAP_BLE] = {NULL, NULL},
757 ble_msg->pid = BTC_PID_GAP_BLE; in btc_dm_sec_cb_handler()