Searched refs:BTC_GATT_CREATE_CONN_ID (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 118 arg.close.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_close() 133 arg.cfg_mtu.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_send_mtu_req() 148 arg.search_srvc.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_search_service() 169 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_service() 192 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_all_char() 212 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_all_descr() 235 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if,conn_id); in esp_ble_gattc_get_char_by_uuid() 255 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_descr_by_uuid() 277 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_descr_by_char_handle() 300 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_include_service() [all …]
|
D | esp_gatts_api.c | 270 arg.send_ind.conn_id = BTC_GATT_CREATE_CONN_ID(gatts_if, conn_id); in esp_ble_gatts_send_indicate() 293 arg.send_rsp.conn_id = BTC_GATT_CREATE_CONN_ID(gatts_if, conn_id); in esp_ble_gatts_send_response() 360 arg.close.conn_id = BTC_GATT_CREATE_CONN_ID(gatts_if, conn_id); in esp_ble_gatts_close()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatt_util.h | 24 #define BTC_GATT_CREATE_CONN_ID(gatt_if, conn_id) ((uint16_t) ((((uint8_t)(conn_id)) << 8) | ((uin… macro
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 412 arg.close.conn_id = BTC_GATT_CREATE_CONN_ID(gatts_if, conn_id); in esp_blufi_close()
|