Searched refs:BT_BD_ANY (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_init.c | 78 const BD_ADDR BT_BD_ANY = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btu.h | 245 extern const BD_ADDR BT_BD_ANY;
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_utils.c | 267 memcpy (p_port->bd_addr, BT_BD_ANY, BD_ADDR_LEN); in port_release_port()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_api.c | 698 if ((memcmp(BT_BD_ANY, p_bd_addr, BD_ADDR_LEN) == 0) && (p_data == NULL)) { in L2CA_Echo() 818 if (memcmp (BT_BD_ANY, bd_addr, BD_ADDR_LEN)) { in L2CA_SetIdleTimeoutByBdAddr() 1168 if (memcmp (BT_BD_ANY, bd_addr, BD_ADDR_LEN)) { in L2CA_SetFlushTimeout()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 145 if (memcmp (p_rem_bda, BT_BD_ANY, BD_ADDR_LEN)) { in GAP_ConnOpen()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 563 L2CA_SetIdleTimeoutByBdAddr((UINT8 *)BT_BD_ANY, 0, BT_TRANSPORT_BR_EDR); in bta_dm_disable() 564 L2CA_SetIdleTimeoutByBdAddr((UINT8 *)BT_BD_ANY, 0, BT_TRANSPORT_LE); in bta_dm_disable()
|