Home
last modified time | relevance | path

Searched refs:handle_of_h_r (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c357 …gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT… in gatt_profile_db_init()
361 gatt_cb.handle_of_h_r); in gatt_profile_db_init()
Dgatt_main.c1067 if (gatt_cb.handle_of_h_r) { in gatt_send_srv_chg_ind()
1072 gatt_cb.handle_of_h_r, in gatt_send_srv_chg_ind()
1169 if (gatt_cb.cb_info.p_srv_chg_callback && gatt_cb.handle_of_h_r) { in gatt_proc_srv_chg()
Dgatt_utils.c824 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) { in gatt_is_srv_chg_ind_pending()
832 if (p_buf->handle == gatt_cb.handle_of_h_r) in gatt_is_srv_chg_ind_pending()
Dgatt_sr.c1562 if (ack_handle == gatt_cb.handle_of_h_r) { in gatts_proc_ind_ack()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h534 …UINT16 handle_of_h_r; /* Handle of the handles reused characteristic value */ member