Searched refs:bt_mesh_gatts_addr (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 68 static BD_ADDR bt_mesh_gatts_addr; variable 642 memcpy(bt_mesh_gatts_addr, p_data->conn.remote_bda, BLE_MESH_ADDR_LEN); in bt_mesh_bta_gatts_cb() 648 BTA_GATTS_SendServiceChangeIndication(bt_mesh_gatts_if, bt_mesh_gatts_addr); in bt_mesh_bta_gatts_cb() 661 memset(bt_mesh_gatts_addr, 0x0, BLE_MESH_ADDR_LEN); in bt_mesh_bta_gatts_cb() 1109 BTA_GATTS_SendServiceChangeIndication(bt_mesh_gatts_if, bt_mesh_gatts_addr); in bt_mesh_gatts_service_start() 1790 memset(bt_mesh_gatts_addr, 0, BLE_MESH_ADDR_LEN); in bt_mesh_gatt_deinit()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 81 static uint8_t bt_mesh_gatts_addr[6]; variable 657 memcpy(bt_mesh_gatts_addr, desc.peer_id_addr.val, BLE_MESH_ADDR_LEN); in gap_event_cb() 681 memset(bt_mesh_gatts_addr, 0x0, BLE_MESH_ADDR_LEN); in gap_event_cb() 1764 memset(bt_mesh_gatts_addr, 0, BLE_MESH_ADDR_LEN); in bt_mesh_gatt_deinit()
|