Home
last modified time | relevance | path

Searched refs:scn (Results 1 – 12 of 12) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c58 uint8_t scn; member
206 static spp_slot_t *spp_find_slot_by_scn(uint32_t scn) in spp_find_slot_by_scn() argument
209 … if (spp_local_param.spp_slots[i] != NULL && spp_local_param.spp_slots[i]->scn == (uint8_t)scn) { in spp_find_slot_by_scn()
268 param.start.scn = BTC_SPP_INVALID_SCN; in btc_create_server_fail_cb()
324 slot_new->scn = slot->scn; in btc_spp_rfcomm_inter_cb()
405 if (p_data->scn == 0) { in btc_spp_dm_inter_cb()
413 slot->scn = p_data->scn; in btc_spp_dm_inter_cb()
414 BTA_JvCreateRecordByUser(slot->service_name, slot->scn, (void *)slot->id); in btc_spp_dm_inter_cb()
427 BTA_JvRfcommStartServer(slot->security, slot->role, slot->scn, in btc_spp_dm_inter_cb()
439 BTA_JvFreeChannel(slot->scn, BTA_JV_CONN_TYPE_RFCOMM, in btc_spp_dm_inter_cb()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/api/
Desp_spp_api.c167 arg.stop_srv.scn = BTC_SPP_INVALID_SCN; in esp_spp_stop_srv()
172 esp_err_t esp_spp_stop_srv_scn(uint8_t scn) in esp_spp_stop_srv_scn() argument
178 if ((scn == 0) || (scn >= PORT_MAX_RFC_PORTS)) { in esp_spp_stop_srv_scn()
186 arg.stop_srv.scn = scn; in esp_spp_stop_srv_scn()
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/
Desp_spp_api.h107 uint8_t scn[ESP_SPP_MAX_SCN]; /*!< channel # */ member
148 uint8_t scn; /*!< Server channel number */ member
157 uint8_t scn; /*!< Server channel number */ member
337 esp_err_t esp_spp_stop_srv_scn(uint8_t scn);
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h177 UINT8 scn[BTA_JV_MAX_SCN]; /* channel # */ member
309 UINT8 scn; /* Server channe number */ member
383 UINT8 scn; /* Server channe number */ member
392 UINT8 scn; /* BTA_JV_GET_SCN_EVT */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c104 int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, BOOLEAN is_server, in RFCOMM_CreateConnection() argument
119 if (( scn == 0 ) || (scn >= PORT_MAX_RFC_PORTS )) { in RFCOMM_CreateConnection()
128 dlci = (scn << 1) + 1; in RFCOMM_CreateConnection()
130 dlci = (scn << 1); in RFCOMM_CreateConnection()
133 scn, dlci, is_server, mtu, p_mcb); in RFCOMM_CreateConnection()
151 scn, dlci, is_server, mtu, p_mcb, p_port); in RFCOMM_CreateConnection()
178 p_port->scn = scn; in RFCOMM_CreateConnection()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_spp.h81 UINT8 scn; member
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/hal/
Dtegra_hal.hpp1561 #define TEGRA_CVTBGRTOBGR(src_data, src_step, dst_data, dst_step, width, height, depth, scn, dcn, s… argument
1564 scn == 3 ? \
1582 scn == 4 ? \
1612 #define TEGRA_CVTBGRTOBGR565(src_data, src_step, dst_data, dst_step, width, height, scn, swapBlue, … argument
1615 scn == 3 ? \
1624 scn == 4 ? \
1645 #define TEGRA_CVTBGRTOGRAY(src_data, src_step, dst_data, dst_step, width, height, depth, scn, swapB… argument
1648 scn == 3 ? \
1657 scn == 4 ? \
1699 #define TEGRA_CVTBGRTOYUV(src_data, src_step, dst_data, dst_step, width, height, depth, scn, swapBl… argument
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1578 BOOLEAN BTM_TryAllocateSCN(UINT8 scn) in BTM_TryAllocateSCN() argument
1580 if (scn >= BTM_MAX_SCN) { in BTM_TryAllocateSCN()
1585 if (!btm_cb.btm_scn[scn - 1]) { in BTM_TryAllocateSCN()
1586 btm_cb.btm_scn[scn - 1] = 1; in BTM_TryAllocateSCN()
1603 BOOLEAN BTM_FreeSCN(UINT8 scn) in BTM_FreeSCN() argument
1606 if (scn <= BTM_MAX_SCN) { in BTM_FreeSCN()
1607 btm_cb.btm_scn[scn - 1] = 0; in BTM_FreeSCN()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h153 UINT8 scn; /* Service channel number */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h219 extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn,
Dbtm_api.h2114 BOOLEAN BTM_TryAllocateSCN(UINT8 scn);
2128 BOOLEAN BTM_FreeSCN(UINT8 scn);
/device/soc/winnermicro/wm800/board/include/bt/
Dwm_bt_def.h1621 uint8_t scn[WM_SPP_MAX_SCN]; member