Home
last modified time | relevance | path

Searched refs:BT_ASSERT (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsdp.c382 BT_ASSERT(0); in search_uuid()
1349 BT_ASSERT(sdp); in bt_sdp_recv()
1972 BT_ASSERT(data); in sdp_get_int_len()
2020 BT_ASSERT(data); in sdp_get_uuid_len()
2050 BT_ASSERT(data); in sdp_get_str_len()
2095 BT_ASSERT(data); in sdp_get_seq_len()
2138 BT_ASSERT(data); in sdp_get_attr_value_len()
2255 BT_ASSERT(data); in sdp_get_seq_len_item()
2314 BT_ASSERT(p); in sdp_get_uuid_data()
2401 BT_ASSERT(p); in sdp_get_param_item()
[all …]
A Da2dp.c152 BT_ASSERT(endpoint); in bt_a2dp_register_endpoint()
A Dhci_api.c257 BT_ASSERT(buf); in send_cmd()
1743 BT_ASSERT(bt_buf_get_type(buf) == BT_BUF_EVT); in bt_recv_prio()
1744 BT_ASSERT(buf->len >= sizeof(*hdr)); in bt_recv_prio()
1747 BT_ASSERT(bt_hci_evt_is_prio(hdr->evt)); in bt_recv_prio()
1791 BT_ASSERT(err == 0); in hci_tx_thread()
A Dhfp_hf.c616 BT_ASSERT(hf); in hfp_hf_connected()
A Dhci_core.c1376 BT_ASSERT(buf->len >= sizeof(*hdr)); in hci_acl()
5797 BT_ASSERT(buf->len >= sizeof(*hdr)); in hci_event()
5801 BT_ASSERT(!bt_hci_evt_is_prio(hdr->evt)); in hci_event()
5833 BT_ASSERT(buf); in send_cmd()
7167 BT_ASSERT(bt_buf_get_type(buf) == BT_BUF_EVT); in bt_recv_prio()
7168 BT_ASSERT(buf->len >= sizeof(*hdr)); in bt_recv_prio()
7171 BT_ASSERT(bt_hci_evt_is_prio(hdr->evt)); in bt_recv_prio()
A Dconn.c1592 BT_ASSERT(buf); in bt_conn_process_tx()
/AliOS-Things-master/hardware/chip/haas1000/drivers/thirdparty/bluetooth/bt_host/bt_common/include/common/
A Dlog.h85 #define BT_ASSERT(cond) if (!(cond)) { \ macro
/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dlog.h62 #define BT_ASSERT(cond) if (!(cond)) { \ macro

Completed in 30 milliseconds