Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc471 tGATT_VALUE notif; in GATTS_HandleValueNotification() local
488 notif.handle = attr_handle; in GATTS_HandleValueNotification()
489 notif.len = val_len; in GATTS_HandleValueNotification()
490 memcpy(notif.value, p_val, val_len); in GATTS_HandleValueNotification()
491 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
495 gatt_sr_msg.attr_value = notif; in GATTS_HandleValueNotification()
/system/bt/stack/include/
Dhcimsgs.h462 uint8_t notif);
/system/bt/stack/hcic/
Dhcicmds.cc1243 void btsnd_hcic_send_keypress_notif(const RawAddress& bd_addr, uint8_t notif) { in btsnd_hcic_send_keypress_notif() argument
1254 UINT8_TO_STREAM(pp, notif); in btsnd_hcic_send_keypress_notif()