Searched refs:BTC_PID_GATTS (Results 1 – 5 of 5) sorted by relevance
29 return (btc_profile_cb_set(BTC_PID_GATTS, callback) == 0 ? ESP_OK : ESP_FAIL); in esp_ble_gatts_register_callback()34 return (esp_gatts_cb_t) btc_profile_cb_get(BTC_PID_GATTS); in esp_ble_gatts_get_callback()50 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_app_register()66 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_app_unregister()82 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_create_service()107 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_create_attr_tab()127 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_included_service()154 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_char()194 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_char_descr()222 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_delete_service()[all …]
40 BTC_PID_GATTS, enumerator
93 [BTC_PID_GATTS] = {btc_gatts_call_handler, btc_gatts_cb_handler },
419 msg.pid = BTC_PID_GATTS; in esp_blufi_close()
38 esp_gatts_cb_t btc_gatts_cb = (esp_gatts_cb_t)btc_profile_cb_get(BTC_PID_GATTS); in btc_gatts_cb_to_app()571 msg.pid = BTC_PID_GATTS; in btc_gatts_inter_cb()