Home
last modified time | relevance | path

Searched defs:p_dest (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c83 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src) in btif_to_bta_uuid()
112 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src) in btif_to_bta_gatt_id()
118 void btif_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, btgatt_srvc_id_t *p_src) in btif_to_bta_srvc_id()
125 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src) in btif_to_bta_response()
138 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src) in bta_to_btif_uuid()
177 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src) in bta_to_btif_gatt_id()
183 void bta_to_btif_srvc_id(btgatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src) in bta_to_btif_srvc_id()
214 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src) in set_read_value()
Dbtif_gatt_server.c120 static void btapp_gatts_copy_req_data(UINT16 event, char *p_dest, char *p_src) in btapp_gatts_copy_req_data()
Dbtif_dm.c564 static void search_devices_copy_cb(UINT16 event, char *p_dest, char *p_src) in search_devices_copy_cb()
599 static void search_services_copy_cb(UINT16 event, char *p_dest, char *p_src) in search_services_copy_cb()
Dbtif_gatt_client.c162 static void btapp_gattc_req_data(UINT16 event, char *p_dest, char *p_src) in btapp_gattc_req_data()
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c60 static void shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in shiftup()
1518 tNDEF_STATUS NDEF_MsgCopyAndDechunk (UINT8 *p_src, UINT32 src_len, UINT8 *p_dest, UINT32 *p_out_len) in NDEF_MsgCopyAndDechunk()
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_ts_frames.c506 UINT8 *p_src, *p_dest; in rfc_send_test() local
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1283 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in GKI_shiftup()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1305 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in GKI_shiftup()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c769 UINT8 *p_dest = params.param_buf; in btm_ble_rand_enc_complete() local