Searched refs:p_notify (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t1t_ndef.cc | 44 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/ |
D | bta_gattc_act.cc | 1122 tBTA_GATTC_NOTIFY* p_notify, in bta_gattc_process_srvc_chg_ind() argument 1133 bta_gattc_get_characteristic_srcb(p_srcb, p_notify->handle); in bta_gattc_process_srvc_chg_ind() 1192 tBTA_GATTC_NOTIFY* p_notify) { in bta_gattc_proc_other_indication() argument 1197 VLOG(1) << "is_notify " << p_notify->is_notify; in bta_gattc_proc_other_indication() 1199 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? false : true; in bta_gattc_proc_other_indication() 1200 p_notify->len = p_data->att_value.len; in bta_gattc_proc_other_indication() 1201 p_notify->bda = p_clcb->bda; in bta_gattc_proc_other_indication() 1202 memcpy(p_notify->value, p_data->att_value.value, p_data->att_value.len); in bta_gattc_proc_other_indication() 1203 p_notify->conn_id = p_clcb->bta_conn_id; in bta_gattc_proc_other_indication() 1207 bta_gattc.notify = *p_notify; in bta_gattc_proc_other_indication()
|
D | bta_gattc_utils.cc | 339 tBTA_GATTC_NOTIFY* p_notify) { in bta_gattc_check_notif_registry() argument 345 p_clreg->notif_reg[i].handle == p_notify->handle) { in bta_gattc_check_notif_registry()
|
D | bta_gattc_int.h | 405 tBTA_GATTC_NOTIFY* p_notify);
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 770 bool* p_notify, uint8_t* p_data,
|