Home
last modified time | relevance | path

Searched refs:p_notify (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc44 static tNFC_STATUS rw_t1t_handle_rall_rsp(bool* p_notify, uint8_t* p_data);
45 static tNFC_STATUS rw_t1t_handle_dyn_read_rsp(bool* p_notify, uint8_t* p_data);
46 static tNFC_STATUS rw_t1t_handle_write_rsp(bool* p_notify, uint8_t* p_data);
88 tRW_EVENT rw_t1t_handle_rsp(const tT1T_CMD_RSP_INFO* p_info, bool* p_notify, in rw_t1t_handle_rsp() argument
102 *p_status = rw_t1t_handle_rall_rsp(p_notify, p_data); in rw_t1t_handle_rsp()
112 *p_status = rw_t1t_handle_dyn_read_rsp(p_notify, p_data); in rw_t1t_handle_rsp()
114 *p_status = rw_t1t_handle_dyn_read_rsp(p_notify, p_data); in rw_t1t_handle_rsp()
116 *p_status = rw_t1t_handle_write_rsp(p_notify, p_data); in rw_t1t_handle_rsp()
335 static tNFC_STATUS rw_t1t_handle_write_rsp(bool* p_notify, uint8_t* p_data) { in rw_t1t_handle_write_rsp() argument
348 *p_notify = false; in rw_t1t_handle_write_rsp()
[all …]
/system/bt/bta/gatt/
Dbta_gattc_act.cc1187 tBTA_GATTC_NOTIFY* p_notify, in bta_gattc_process_srvc_chg_ind() argument
1198 bta_gattc_get_characteristic_srcb(p_srcb, p_notify->handle); in bta_gattc_process_srvc_chg_ind()
1238 GATTC_SendHandleValueConfirm(conn_id, p_notify->cid); in bta_gattc_process_srvc_chg_ind()
1264 tBTA_GATTC_NOTIFY* p_notify) { in bta_gattc_proc_other_indication() argument
1269 VLOG(1) << "is_notify " << p_notify->is_notify; in bta_gattc_proc_other_indication()
1271 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? false : true; in bta_gattc_proc_other_indication()
1272 p_notify->len = p_data->att_value.len; in bta_gattc_proc_other_indication()
1273 p_notify->bda = p_clcb->bda; in bta_gattc_proc_other_indication()
1274 memcpy(p_notify->value, p_data->att_value.value, p_data->att_value.len); in bta_gattc_proc_other_indication()
1275 p_notify->conn_id = p_clcb->bta_conn_id; in bta_gattc_proc_other_indication()
[all …]
Dbta_gattc_utils.cc347 tBTA_GATTC_NOTIFY* p_notify) { in bta_gattc_check_notif_registry() argument
353 p_clreg->notif_reg[i].handle == p_notify->handle) { in bta_gattc_check_notif_registry()
Dbta_gattc_int.h429 tBTA_GATTC_NOTIFY* p_notify);
/system/nfc/src/nfc/include/
Drw_int.h862 bool* p_notify, uint8_t* p_data,