Searched refs:notif (Results 1 – 4 of 4) sorted by relevance
501 tGATT_VALUE notif; in GATTS_HandleValueNotification() local518 memset(¬if, 0, sizeof(notif)); in GATTS_HandleValueNotification()519 notif.handle = attr_handle; in GATTS_HandleValueNotification()520 notif.len = val_len; in GATTS_HandleValueNotification()521 memcpy(notif.value, p_val, val_len); in GATTS_HandleValueNotification()522 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()526 gatt_sr_msg.attr_value = notif; in GATTS_HandleValueNotification()
221 void btsnd_hcic_send_keypress_notif(const RawAddress& bd_addr, uint8_t notif) { in btsnd_hcic_send_keypress_notif() argument
215 void (*SendKeypressNotification)(const RawAddress& bd_addr, uint8_t notif);410 uint8_t notif);
1678 void btsnd_hcic_send_keypress_notif(const RawAddress& bd_addr, uint8_t notif) { in btsnd_hcic_send_keypress_notif() argument1689 UINT8_TO_STREAM(pp, notif); in btsnd_hcic_send_keypress_notif()