Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h270 UINT8 scps_notify; /* scan refresh supported/notification enabled */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c2901 p_cb->scps_notify |= BTA_HH_LE_SCPS_NOTIFY_SPT; in bta_hh_le_search_scps_chars()
2903 p_cb->scps_notify = BTA_HH_LE_SCPS_NOTIFY_NONE; in bta_hh_le_search_scps_chars()
2927 (p_dev_cb->scps_notify & BTA_HH_LE_SCPS_NOTIFY_SPT) != 0 && in bta_hh_le_register_scpp_notif()
2928 (p_dev_cb->scps_notify & BTA_HH_LE_SCPS_NOTIFY_ENB) == 0) { in bta_hh_le_register_scpp_notif()
2965 p_dev_cb->scps_notify = (BTA_HH_LE_SCPS_NOTIFY_ENB | BTA_HH_LE_SCPS_NOTIFY_SPT); in bta_hh_le_register_scpp_notif_cmpl()