Searched refs:p_notify (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t_ndef.c | 40 static tNFC_STATUS rw_t1t_handle_rall_rsp (BOOLEAN *p_notify,UINT8 *p_data); 41 static tNFC_STATUS rw_t1t_handle_dyn_read_rsp (BOOLEAN *p_notify, UINT8 *p_data); 42 static tNFC_STATUS rw_t1t_handle_write_rsp (BOOLEAN *p_notify, UINT8 *p_data); 76 tRW_EVENT rw_t1t_handle_rsp (const tT1T_CMD_RSP_INFO * p_info, BOOLEAN *p_notify, UINT8 *p_data, tN… in rw_t1t_handle_rsp() argument 92 *p_status = rw_t1t_handle_rall_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 105 *p_status = rw_t1t_handle_dyn_read_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 109 *p_status = rw_t1t_handle_dyn_read_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 113 *p_status = rw_t1t_handle_write_rsp (p_notify,p_data); in rw_t1t_handle_rsp() 359 static tNFC_STATUS rw_t1t_handle_write_rsp (BOOLEAN *p_notify, UINT8 *p_data) in rw_t1t_handle_write_rsp() argument 373 *p_notify = FALSE; in rw_t1t_handle_write_rsp() [all …]
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1924 tBTA_GATTC_NOTIFY *p_notify, in bta_gattc_process_srvc_chg_ind() argument 1937 if (bta_gattc_uuid_compare(&p_notify->char_id.srvc_id.id.uuid, &gattp_uuid, TRUE) && in bta_gattc_process_srvc_chg_ind() 1938 bta_gattc_uuid_compare(&p_notify->char_id.char_id.uuid, &srvc_chg_uuid, TRUE)) in bta_gattc_process_srvc_chg_ind() 1992 tBTA_GATTC_NOTIFY *p_notify) in bta_gattc_proc_other_indication() argument 1997 APPL_TRACE_DEBUG("is_notify", p_notify->is_notify); in bta_gattc_proc_other_indication() 1999 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? FALSE : TRUE; in bta_gattc_proc_other_indication() 2000 p_notify->len = p_data->att_value.len; in bta_gattc_proc_other_indication() 2001 bdcpy(p_notify->bda, p_clcb->bda); in bta_gattc_proc_other_indication() 2002 memcpy(p_notify->value, p_data->att_value.value, p_data->att_value.len); in bta_gattc_proc_other_indication() 2003 p_notify->conn_id = p_clcb->bta_conn_id; in bta_gattc_proc_other_indication() [all …]
|
D | bta_gattc_utils.c | 566 tBTA_GATTC_NOTIFY *p_notify) in bta_gattc_check_notif_registry() argument 574 bta_gattc_charid_compare (&p_clreg->notif_reg[i].char_id, &p_notify->char_id)) in bta_gattc_check_notif_registry()
|
D | bta_gattc_int.h | 524 …ck_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_NOTIFY *p_notify);
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 597 extern tRW_EVENT rw_t1t_handle_rsp (const tT1T_CMD_RSP_INFO * p_info, BOOLEAN *p_notify, UINT8 *p_d…
|