Home
last modified time | relevance | path

Searched refs:write_remote_svc_change_ccc_done (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1418 p_conn->write_remote_svc_change_ccc_done = FALSE; in bta_gattc_write_cmpl()
2042 p_conn->write_remote_svc_change_ccc_done = FALSE; in bta_gattc_process_srvc_chg_ind()
2443 if(p_conn && p_conn->write_remote_svc_change_ccc_done) { in bta_gattc_register_service_change_notify()
2512 p_conn->write_remote_svc_change_ccc_done = TRUE; in bta_gattc_register_service_change_notify()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h405 BOOLEAN write_remote_svc_change_ccc_done; member