Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c670 tGATT_VALUE notif; in GATTS_HandleValueNotification() local
689 notif.handle = attr_handle; in GATTS_HandleValueNotification()
690 notif.len = val_len; in GATTS_HandleValueNotification()
691 memcpy (notif.value, p_val, val_len); in GATTS_HandleValueNotification()
692 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
694 if ((p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (tGATT_SR_MSG *)&notif)) in GATTS_HandleValueNotification()
1746 tGATT_VALUE notif; in GATTS_HandleMultiValueNotification() local
1751 UINT8 *p = notif.value; in GATTS_HandleMultiValueNotification()
1770 notif.len = 0; in GATTS_HandleMultiValueNotification()
1782 notif.len += 4 + p_hlv->length; in GATTS_HandleMultiValueNotification()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1675 BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif) in btsnd_hcic_send_keypress_notif() argument
1693 UINT8_TO_STREAM (pp, notif); in btsnd_hcic_send_keypress_notif()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h524 BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif);