Searched refs:notif (Results 1 – 3 of 3) sorted by relevance
672 tGATT_VALUE notif; in GATTS_HandleValueNotification() local688 notif.handle = attr_handle; in GATTS_HandleValueNotification()689 notif.len = val_len; in GATTS_HandleValueNotification()690 memcpy (notif.value, p_val, val_len); in GATTS_HandleValueNotification()691 notif.auth_req = GATT_AUTH_REQ_NONE;; in GATTS_HandleValueNotification()693 if ((p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (tGATT_SR_MSG *)¬if)) in GATTS_HandleValueNotification()
464 extern BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif);
1282 BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif) in btsnd_hcic_send_keypress_notif() argument1294 UINT8_TO_STREAM (pp, notif); in btsnd_hcic_send_keypress_notif()