/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 82 BD_ADDR peer_addr; 128 BD_ADDR remote_bd_addr; /* Remote BD address */ 657 SDP_API extern UINT16 SDP_DiDiscover (BD_ADDR remote_device,
|
uipc_msg.h | 261 BD_ADDR peer_addr; /* BD address of peer */ 804 BD_ADDR peer_addr; /* peer BD address */
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_mx_fsm.c | 123 if ((p_mcb->lcid = L2CA_ConnectReq (BT_PSM_RFCOMM, p_mcb->bd_addr)) == 0) 144 L2CA_ConnectRsp (p_mcb->bd_addr, *((UINT8 *)p_data), p_mcb->lcid, L2CAP_CONN_OK, 0); 496 if ((p_mcb->lcid = L2CA_ConnectReq (BT_PSM_RFCOMM, p_mcb->bd_addr)) == 0)
|
port_rfc.c | 61 if ((p_mcb = rfc_alloc_multiplexer_channel (p_port->bd_addr, TRUE)) == NULL) 317 memcpy (p_port->bd_addr, p_mcb->bd_addr, BD_ADDR_LEN); [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_fs_co.c | [all...] |
bta_av_co.c | 113 BD_ADDR addr; /* address of audio/video peer */ 315 BD_ADDR addr) 512 UINT8 *p_codec_info, UINT8 seid, BD_ADDR addr, UINT8 num_protect, UINT8 *p_protect_info) [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gatts_api.c | 441 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct) 472 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
|
bta_gattc_api.c | 118 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) 150 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) 824 BD_ADDR bda, 886 BD_ADDR bda [all...] |
bta_gattc_act.c | 45 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, [all...] |
/external/bluetooth/bluedroid/main/ |
bte_main.c | 81 extern void scru_flip_bda (BD_ADDR dst, const BD_ADDR src);
|
/external/libnfc-nci/src/nfc/include/ |
ndef_utils.h | 469 char *p_id_str, BD_ADDR bd_addr);
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
board.h | 155 u8 bd_addr[6]; member in struct:omap_bluetooth_config
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_ccb_act.c | 1059 BD_ADDR bd_addr; local [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_inq.c | [all...] |
/external/qemu/ |
bt-host.c | 140 static int bt_host_bdaddr_set(struct HCIInfo *hci, const uint8_t *bd_addr)
|
/external/qemu/hw/ |
goldfish_nand.c | 467 uint64_t bd_addr = ((uint64_t)s->batch_addr_high << 32) | s->batch_addr_low; local 469 cpu_physical_memory_read(bd_addr, (void*)&bd, sizeof(struct batch_data)); 581 uint64_t bd_addr = ((uint64_t)s->batch_addr_high << 32) | s->batch_addr_low; local 583 cpu_physical_memory_write(bd_addr, (void*)&bd, sizeof(struct batch_data));
|
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_act.c | [all...] |
/external/bluetooth/bluedroid/bta/fs/ |
bta_fs_ci.c | 187 UINT16 size = sizeof(tBTA_FS_CI_RESUME_EVT) + sizeof(BD_ADDR);
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_utils.c | 109 tBNEP_CONN *bnepu_allocate_bcb (BD_ADDR p_rem_bda) [all...] |
/external/bluetooth/bluedroid/stack/sdp/ |
sdpint.h | 182 BD_ADDR device_address;
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_act.c | 492 BD_ADDR mac_bda; [all...] |
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
uim.c | 57 bdaddr_t *bd_addr; variable 493 memcpy(&addr_cmd.addr, bd_addr, sizeof(bdaddr_t)); 749 bd_addr = strtoba(uim_bd_address);
|
/hardware/ti/wpan/ti_st/uim-sysfs/ |
uim.c | 42 bdaddr_t *bd_addr; variable 475 memcpy(&addr_cmd.addr, bd_addr, sizeof(bdaddr_t)); 680 bd_addr = strtoba(uim_bd_address);
|
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_utils.c | 59 UINT8 bta_hh_find_cb(BD_ADDR bda)
|
/external/bluetooth/bluedroid/stack/avct/ |
avct_api.c | 130 UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc, BD_ADDR peer_addr)
|