Searched refs:notif (Results 1 – 3 of 3) sorted by relevance
670 tGATT_VALUE notif; in GATTS_HandleValueNotification() local689 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 *)¬if)) in GATTS_HandleValueNotification()1746 tGATT_VALUE notif; in GATTS_HandleMultiValueNotification() local1751 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 …]
1675 BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif) in btsnd_hcic_send_keypress_notif() argument1693 UINT8_TO_STREAM (pp, notif); in btsnd_hcic_send_keypress_notif()
524 BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif);