HomeSort by relevance Sort by last modified time
    Searched defs:bdaddr (Results 1 - 8 of 8) sorted by null

  /hardware/marvell/bt/libbt-vendor/
bt_vendor_mrvl.c 65 unsigned char bdaddr[6]; variable
76 memcpy(bdaddr, local_bdaddr, sizeof(bdaddr));
  /system/bt/bta/gatt/
bta_gatts_act.c 927 bt_bdaddr_t bdaddr; local
928 bdcpy(bdaddr.address, bda);
930 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN);
932 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason);
bta_gattc_act.c 1820 bt_bdaddr_t bdaddr; local
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_ar3k.h 160 char *bdaddr; member in struct:uart_t
  /system/bt/btif/src/
btif_hh.c 160 extern void btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr);
801 bt_bdaddr_t *bdaddr = (bt_bdaddr_t*)p_data->conn.bda; local
802 btif_dm_hh_open_failed(bdaddr);
803 p_dev = btif_hh_find_dev_by_bda(bdaddr);
    [all...]
btif_dm.c 43 #include "btcore/include/bdaddr.h"
147 BD_ADDR oob_bdaddr; /* peer bdaddr*/
152 bt_bdaddr_t bdaddr; member in struct:__anon69166
556 bt_bdaddr_t bdaddr; local
562 bdcpy(bdaddr.address, bd_addr);
569 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
582 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
592 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
601 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == BT_STATUS_SUCCESS)
608 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties])
1257 bt_bdaddr_t bdaddr; local
1279 bt_bdaddr_t bdaddr; local
2905 bt_bdaddr_t bdaddr; local
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 152 static void convert_bdaddr(char *str_bdaddr, char *bdaddr)
164 /* Reverse the BDADDR to LSB first */
168 bdaddr[j] = strtol(bdbyte, NULL, 16);
675 static int write_bdaddr(int pConfig, char *bdaddr)
695 convert_bdaddr(bdaddr, (char *)&ptr[4]);
711 char bdaddr[PATH_MAX]; local
721 if (fgets(bdaddr, PATH_MAX - 1, stream))
722 write_bdaddr(fd, bdaddr);
1045 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti)
1091 /* Write BDADDR */
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 3119 vki_bdaddr_t bdaddr; member in struct:vki_inquiry_info
    [all...]

Completed in 2132 milliseconds