Home
last modified time | relevance | path

Searched refs:GATT_INVALID_CONN_ID (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c234 return GATT_INVALID_CONN_ID; in airsync_env_find_conn_id_by_bd_adddr()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c259 return GATT_INVALID_CONN_ID; in button_env_find_conn_id_by_bd_adddr()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c583 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_HandleValueIndication()
650 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_HandleValueNotification()
697 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_SendRsp()
Dgatt_attr.c77 UINT16 conn_id = GATT_INVALID_CONN_ID; in gatt_profile_find_conn_id_by_bd_addr()
Dgatt_main.c1068 if ((conn_id = gatt_profile_find_conn_id_by_bd_addr(peer_bda)) != GATT_INVALID_CONN_ID) { in gatt_send_srv_chg_ind()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h146 #define GATT_INVALID_CONN_ID 0xFFFF macro
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h142 #define BTA_GATT_INVALID_CONN_ID GATT_INVALID_CONN_ID