/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 58 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/ |
D | esp_spp_api.c | 167 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/ |
D | esp_spp_api.h | 107 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/ |
D | bta_jv_api.h | 177 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/ |
D | port_api.c | 104 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/ |
D | btc_spp.h | 81 UINT8 scn; member
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/hal/ |
D | tegra_hal.hpp | 1561 #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/ |
D | btm_acl.c | 1578 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/ |
D | port_int.h | 153 UINT8 scn; /* Service channel number */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | port_api.h | 219 extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn,
|
D | btm_api.h | 2114 BOOLEAN BTM_TryAllocateSCN(UINT8 scn); 2128 BOOLEAN BTM_FreeSCN(UINT8 scn);
|
/device/soc/winnermicro/wm800/board/include/bt/ |
D | wm_bt_def.h | 1621 uint8_t scn[WM_SPP_MAX_SCN]; member
|