Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c226 return GATT_INVALID_CONN_ID; in airsync_env_find_conn_id_by_bd_adddr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c608 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_HandleValueIndication()
680 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_HandleValueNotification()
732 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_SendRsp()
1758 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_HandleMultiValueNotification()
Dgatt_attr.c90 UINT16 conn_id = GATT_INVALID_CONN_ID; in gatt_profile_find_conn_id_by_bd_addr()
Dgatt_main.c1069 if ((conn_id = gatt_profile_find_conn_id_by_bd_addr(peer_bda)) != GATT_INVALID_CONN_ID) { in gatt_send_srv_chg_ind()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c251 return GATT_INVALID_CONN_ID; in button_env_find_conn_id_by_bd_adddr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h151 #define GATT_INVALID_CONN_ID 0xFFFF macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h142 #define BTA_GATT_INVALID_CONN_ID GATT_INVALID_CONN_ID