HomeSort by relevance Sort by last modified time
    Searched refs:BT_BD_ANY (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/btu/
btu_init.c 47 const BD_ADDR BT_BD_ANY = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
  /external/bluetooth/bluedroid/stack/include/
btu.h 262 BTU_API extern const BD_ADDR BT_BD_ANY;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 665 if ((memcmp(BT_BD_ANY, p_bd_addr, BD_ADDR_LEN) == 0) && (p_data == NULL))
755 ** A bd_addr is the remote BD address. If bd_addr = BT_BD_ANY,
768 if (memcmp (BT_BD_ANY, bd_addr, BD_ADDR_LEN))
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 263 memcpy (p_port->bd_addr, BT_BD_ANY, BD_ADDR_LEN);
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 138 /* the bd addr is not BT_BD_ANY, then a bd address was specified */
139 if (memcmp (p_rem_bda, BT_BD_ANY, BD_ADDR_LEN))
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 456 L2CA_SetIdleTimeoutByBdAddr((UINT8 *)BT_BD_ANY, 0);
    [all...]

Completed in 190 milliseconds