Searched refs:notif (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A Dmain.c1833 add_notifier(notif, func, arg)
1834 struct notifier **notif;
1843 np->next = *notif;
1846 *notif = np;
1854 remove_notifier(notif, func, arg)
1855 struct notifier **notif;
1861 for (; (np = *notif) != 0; notif = &np->next) {
1863 *notif = np->next;
1874 notify(notif, va
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c673 tGATT_VALUE notif; local
689 notif.handle = attr_handle;
690 notif.len = val_len;
691 memcpy (notif.value, p_val, val_len);
692 notif.auth_req = GATT_AUTH_REQ_NONE;;
694 if ((p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (tGATT_SR_MSG *)&notif))
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h599 HCI_API extern BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif);
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c2666 BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif) argument
2683 UINT8_TO_STREAM (pp, notif);

Completed in 119 milliseconds